Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfIndirectObject<TValue> Class
Members

In This Topic
    PdfIndirectObject<TValue> Class
    In This Topic
    The abstract class representing a PDF indirect object.
    Object Model
    PdfIndirectObject<TValue> Class
    Syntax
    'Declaration
     
    Public MustInherit Class PdfIndirectObject(Of TValue As IPdfObject) 
       Inherits PdfIndirectObjectBase
    public abstract class PdfIndirectObject<TValue> : PdfIndirectObjectBase 
    where TValue: IPdfObject
    Type Parameters
    TValue
    Inheritance Hierarchy
    See Also